Conversation
|
You are welcome to add an entry to the CHANGELOG.md as well |
Built artifacts for commit b8e11bdFirmwareClient |
|
Just sharing some thoughts, feel free to ignore, I don't want to make your life harder neither unless you think it's worth investigating... To also support BLE in CLI, the way seems to use Bleak, which is based on asyncio. If we move to a unified asyncio model for transports, there is also pyserial-asyncio. So, maybe should we investigate moving to a unified asyncio API for transport? |
migrating to async might be worth it to prevent future issues, etc. |
|
It would require some rearchitecturing but I do agree that going async might be a better choice with the transaction model we currently have. Could take a look at that pretty soon but can't say for sure |
…fidResearchGroup#193, and RfidResearchGroup#96(thread locking issue should have been fixed) merged
This change will allow for connecting to a TCP server that exposes the chameleon serial interface, similar to how the PM3 CLI allows for connecting to a TCP server exposing a Proxmark. This should allow for the use of the CLI on devices like Android phones with Termux.
Currently, it's working for communicating with a device but needs a bug fixed with a thread locking up when trying to close the socket.